home *** CD-ROM | disk | FTP | other *** search
- IF\ DOS
- IF DATE() = {01/01/1980}
- ??CHR(7)+CHR(7)
- TEXT
-
- The system date has not been set. Use the operating system DATE command
- to set today's date. At the operating system prompt, type a command of
- the form:
-
- DATE 07.07.87
-
- ... and press the RETURN key, which may be marked ENTER or ƒƒŸ. The
- above command would set the date to July 7, 1987. Once you have done
- this you can run this program again.
-
- ENDTEXT
- @ 23,0
- WAIT "Press any key to return to the operating system . . . "
- QUIT
- ENDIF
- END\
-
- IF DISKSPACE() < 1474560
- ??CHR(7)+CHR(7)
- TEXT
-
- Diskspace too small for application...
-
- ENDTEXT
- @ 23,0
- WAIT "Press any key to return to the operating system . . . "
- QUIT
- ENDIF
-
- IF !SYS(2000,PROGRAM()+".MEM") == ""
- ??CHR(7)+CHR(7)
- TEXT
-
- Please remember to exit this application before turning off the computer...
-
- ENDTEXT
- @ 23,0
- WAIT "Press any key to continue . . . "
- ENDIF
- SAVE TO (PROGRAM())
-
-